home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / decprom / boot.h < prev    next >
C/C++ Source or Header  |  1990-02-16  |  377b  |  21 lines

  1. /*
  2.  * boot.h --
  3.  *
  4.  *    Boot program definitions.
  5.  *
  6.  * Copyright 1986 Regents of the University of California
  7.  * All rights reserved.
  8.  *
  9.  *
  10.  * $Header: /sprite/src/boot/decprom/RCS/boot.h,v 1.1 90/02/16 16:14:17 shirriff Exp $ SPRITE (Berkeley)
  11.  */
  12.  
  13. #ifndef _BOOT
  14. #define _BOOT
  15.  
  16. /*
  17.  * SCSI_DISK_BOOT - boot using the dec prom SCSI disk drivers
  18.  */
  19. #define SCSI_DISK_BOOT
  20. #endif
  21.